home *** CD-ROM | disk | FTP | other *** search
- * {
- margin: 0;
- padding: 0;
- }
-
- body {
- margin:0;
- padding:0;
- font-family: Arial, verdana, Helvetica, sans-serif ;
- color:#333;
- font-size: .8em;
- margin: 2em;
- }
-
- /* appearance */
-
- blockquote {
- width: 350px;
- padding: 5px 5px 5px 20px;
- font-size: .9em;
- color: #333333;
- line-height: 150%;
- background: url(quotemarks.gif) no-repeat;
- margin: 2em
- }
-
- a {
- color: #006699;
- text-decoration: none;
- }
-
- a:hover {
- text-decoration: underline;
- /* color: #CC3300; */
- }
-
- /* lists */
-
- ol, ul {
- margin-left: 2em ;
- }
-
- li {
- margin: 1em;
- line-height: 1.5em;
- }
-
- /* images */
-
- img {
- border: 0;
- border: 1px solid #999999;
- display: inline;
- position: relative;
- padding: 2px;
- margin: 5px 0 5px 0;
- }
-
- /* appearance of content */
-
- h1, h2, h3, h4, h5,h6 {
- margin: .2em 0 .2em 0 ;
- }
-
- h1 {
- font-size: 1.3em;
- font-weight:900;
- color: #006699;
- }
-
- h2 {
- font-size: 1.0em;
- font-weight:900;
- color: #006699;
- }
-
- h3 {
- font-size: .9em;
- color: #E45627;
- }
-
- h4 {
- font-size: .8em;
- color: #E45627;
- }
-
- h5 {
- font-size: .7em;
- }
-
- h6 {
- font-size: .6em;
- }
-
- p {
- color: #333333;
- font-size: .9em;
- line-height: 150%;
- text-align: left;
- margin: 0 0 1em 0;
- }